ResponseEncryptionSpecification

data class ResponseEncryptionSpecification(val encryptionAlgorithm: JWEAlgorithm, val encryptionMethod: EncryptionMethod, val recipientKey: JWK) : Serializable(source)

The client's (verifier) requirement for authorization response encryption that can be fulfilled by the wallet.

Constructors

Link copied to clipboard
constructor(encryptionAlgorithm: JWEAlgorithm, encryptionMethod: EncryptionMethod, recipientKey: JWK)

Properties

Link copied to clipboard
val encryptionAlgorithm: JWEAlgorithm
Link copied to clipboard
val encryptionMethod: EncryptionMethod
Link copied to clipboard
val recipientKey: JWK